-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support rum datasource #2117
Conversation
0c13ebf
to
39fa948
Compare
108f827
to
e1692ab
Compare
Example Usage | ||
|
||
```hcl | ||
resource "tencentcloud_rum_instance_status_attachment" "instance_status_attachment" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个资源是attachment吗?还是operation呢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attachement,这个是一个停止与恢复的功能,这个是实例相关
```hcl | ||
resource "tencentcloud_rum_project_status_attachment" "project_status_attachment" { | ||
project_id = 131407 | ||
operate = "stop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attachement还是operation呢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attachement,这个是一个停止与恢复的功能
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是project相关
19cd663
to
b56352c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.